home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 111 / PC Guia 111.iso / Software / Utils / NetObjects Fusion 7.0 / NOF7Trial.exe / data1.cab / Fsi_-_English / InitService / service.css < prev    next >
Cascading Style Sheet File  |  2002-06-12  |  898b  |  56 lines

  1. BODY {
  2.     background-color:#FFFFFF;
  3.     padding:5px;
  4.     margin:0px;
  5.     }
  6. BODY, TD, P,INPUT,SELECT,TEXTAREA {
  7.     font-size:11px;
  8.     font-family:Verdana;
  9.     }
  10. .service {
  11.     font-size:11px;
  12.     font-family:Verdana;
  13.     font-weight: bold
  14.     }
  15. .provider {
  16.     font-size:11px;
  17.     font-family:Verdana;
  18.     font-weight: bold
  19.     }
  20. .price {
  21.     font-size:11px;
  22.     font-family:Verdana;
  23.     font-weight: bold
  24.     }
  25. .linkStyle {
  26.     color: rgb(0,0,255);
  27.     text-decoration: underline;
  28.     cursor: hand;
  29.     }
  30. #icon {
  31.     position: absolute;
  32.     top: 10px;
  33.     left: 10px;
  34.     }
  35. #title {
  36.     position: absolute;
  37.     top: 8px;
  38.     left: 40px;
  39.     vertical-align:top;
  40.     }
  41. #description {
  42.     width: 300px;
  43.     position: absolute;
  44.     top: 40px;
  45.     left: 10px;
  46.     vertical-align:top;
  47.     }
  48. #info {
  49.     width: 230px;
  50.     position: relative; top: 10px; left: 10px;
  51.     vertical-align:top;
  52.     }
  53. #screen {
  54.     position: absolute; top: 10px; left: 325px;
  55.     vertical-align:top;
  56.     }